home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m20.dir / 00001_script movie.ls next >
Encoding:
Text File  |  1996-09-06  |  384 b   |  17 lines

  1. on startMovie
  2.   global gTextField, gOnIBM
  3.   identifyPlatform()
  4. end
  5.  
  6. on showtext
  7.   global gTextField, gOnIBM
  8.   if gOnIBM then
  9.     set the textFont of field "article" to "Arial"
  10.     set the textSize of field "article" to 12
  11.   else
  12.     set the textFont of field "article" to "Geneva"
  13.     set the textSize of field "article" to 12
  14.   end if
  15.   put field gTextField into field "article"
  16. end
  17.